home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2384 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.0 KB

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@informatik.tu-muenchen.de (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: AGA-Assembly problems :(
  5. Date: 30 Jan 1996 19:14:51 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: world
  8. Message-ID: <4elqnb$9dc@sunsystem5.informatik.tu-muenchen.de>
  9. References: <rade-1601961437210001@cip-mac6.coli.uni-sb.de>
  10. NNTP-Posting-Host: hphalle7c.informatik.tu-muenchen.de
  11. To: rade@coli.uni-sb.de (Ralph Debusmann)
  12. Originator: fischerj@hphalle7c.informatik.tu-muenchen.de
  13.  
  14.  
  15. In article <rade-1601961437210001@cip-mac6.coli.uni-sb.de>, rade@coli.uni-sb.de (Ralph Debusmann) writes:
  16. |> Hi all!
  17. |> 
  18. |> I need some help on various AGA-problems. I am doing direct hardware
  19. |> access (don't shoot me for that alone, please :)
  20. |> 
  21. |> Here we go ...
  22. |> 
  23. |> 1. I've done an effect which changes the $102-Scrollvalues for each line
  24. |> of a picture. The problem is that I can only change the scrollvalues for
  25. |> lines above $ff! When I (Cop-)wait for $ffdf and then for $1007 or
  26. |> something like this and  then* try to change the scrollvalue it doesn't
  27. |> work anymore. (this is more of a general ECS problem I guess)
  28.  
  29. I had similar strange behaviour and switched to change $107 at horiz pos
  30. of eeh.. about e1 of the _previous_ line. this makes it run through
  31. line $ff...
  32.  
  33. |> 
  34. |> 2. I'd like to try out the new AGA dualplayfield-mode (2 * 4 bpls) but I
  35. |> don't know how to cope
  36. |> with the palettes of both playfields. Say I have to pictures with 16 cols
  37. |> each, one is the 1st playfield, the other one the second, for me it seems
  38. |> both playfields use the same colours ($180-$19e). But I'd need both
  39. |> palettes, I want 32 (2*16) not only 16 colours... The AGA.guide states
  40. |> this could be changed in $104 but it doesn't work for me (sigh) Any help?
  41.  
  42. mhm are you sure you got ECSENA in $100 ? else $104 is maybe not used...
  43.  
  44. |> 
  45. |> 3. I've another question on the display modulos ($108, $10a). I know I
  46. |> have to set them to -8
  47. |> when I display an AGA-pic (FMode=3). But why? How is this calculated? What
  48. |> values do I need to display an 8-bpl-picture with FMode=0? (it should
  49. |> work, but I couldn't work it out)
  50. with fmode = 0  it should be same values like on OCS!
  51. on fmode = 3 I always managed to get proper display with all modulos 0.
  52. no -8 ... -8 sounds like having too much display dma!
  53.  
  54. |> 
  55. |> 4. The last problem arises when I try the "mirror-effect" with 8
  56. |> bpls/FMode=3 ... It *does* mirror the picture (vertically) but the colours
  57. |> get disturbed. Why is that? I am using -88 for both $108 and $10a (-80-8,
  58. |> my pic is 320*256)
  59.  
  60. colors disturbed ? it's not the mirroring, you got another bug...
  61.  
  62. |> 
  63. |> Any help greatly appreciated,
  64. |> 
  65. |> Ralph Debusmann
  66. |> 
  67. |> 
  68. |> P.S.: Please reply to my eMail rade@coli.uni-sb.de 'cause I am not
  69. |> regularly reading this newsgroup. Thanks!
  70. ------------------------------------------------------------------------
  71.    fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)   =:)
  72.  
  73.